printPaperSize
Type
property
Summary
Reports the size of the paper to print to.
Syntax
set the printPaperSize to width, height
get the printPaperSize
Description
Use the printPaperSize to determine or set the size of the paper to print to. This size is the size of the physical paper before any scaling or rotation is applied.
To have an effect, this property must be set before calling open printing.
Examples
if tPaperSize is "A4" then
set the printPaperSize to "595,842"
end if
Related
command: open printing, answer printer
Compatibility and Support
Introduced
LiveCode 2.0
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile